Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependency svelte-check to ^3.8.6 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-check ^3.4.3 -> ^3.8.6 age adoption passing confidence

Release Notes

sveltejs/language-tools (svelte-check)

v3.8.6

Compare Source

  • fix: support Svelte 5 module script attribute (#​2473)

v3.8.5

Compare Source

  • chore: bump html/css language service (#​2424)
  • chore: better "cannot use bind:" error message (#​2429)
  • fix: no implicit children prop when using slot (#​2427)
  • fix: correctly handle HTML between implicit snippet props (#​2450)
  • fix: correctly scope snippet declarations (#​2449)
  • fix: make it possible to type snippet parameters using JSDoc (#​2449)
  • fix: add legacy methods to own component shape (#​2451)

v3.8.4

Compare Source

  • fix: ensure bindings and exports work properly for Svelte 5 + TS5.5

v3.8.3

Compare Source

  • fix: detect root snippets correctly
  • fix: prevent false positive store declarations (#​2422)

v3.8.2

Compare Source

v3.8.1

Compare Source

  • fix: adjust ambient module snipping logic
  • chore: speed up regex

v3.8.0

Compare Source

  • fix: allow for whitespace in snippets declaration (#​2366)
  • fix: allow as expressions for bindable props (#​2372)
  • fix: force correct semantic tokens for $props types (#​2379)
  • feat: Svelte 5 component class/function interop (#​2380)

v3.7.1

Compare Source

  • fix: rework bindable types strategy (#​2361)

v3.7.0

Compare Source

  • feat: mark only properties as bindable that were declared using $bindable() in Svelte 5 runes mode (#​2336)
  • chore: better Svelte 5 interop (#​2336)
  • fix: preserve event attribute casing in Svelte 5 (#​2347)
  • fix: handle #await inside #snippet (#​2348)
  • fix: better bind:group transformation (#​2349)
  • fix: handle boolean css var (#​2350)

v3.6.9

Compare Source

  • fix: ensure type widening for bind:group
  • perf: improve perf in deleteUnresolvedResolutionsFromCache (#​2320)
  • fix: adjust for moved compiler file in Svelte 5 (#​2327)

v3.6.8

Compare Source

  • chore: support TypeScript 5.4 (#​2313)
  • fix: allow falsy values for render tags

v3.6.7

Compare Source

  • fix: use type instead of generic for $props() (#​2314)

v3.6.6

Compare Source

  • fix: adjust render tag for latest AST version

v3.6.5

Compare Source

  • fix: adjust $props() comment type logic (#​2294)
  • fix: use Svelte 4 compiler from user when available
  • fix: adjust snippet helper type to new snippet API
  • fix: also take type argument into account when analyzing $props()
  • fix: don't add form type to zero types when property is not typed out

v3.6.4

Compare Source

  • fix: take type annotations into account when transforming one-way bindings (#​2283)

Svelte 5:

  • fix: deduplicate generate props/events/slot types correctly (#​2269)
  • fix: adjust snippet code generation for new AST shape (#​2282)
  • fix: ensure correct types for media bindings (#​2284)
  • fix: implict children tweaks (#​2285) (#​2263)

v3.6.3

Compare Source

  • fix: various snippet improvements
  • fix: don't remove non-null-assertion operator (#​2248)
  • fix: prevent crash in moduleResolution Node16+ (#​2230)
  • fix: correct declareMap reference line number (#​2250)
  • feat: zero effort typings for reroute (#​2252)

v3.6.2

Compare Source

  • feat: add best-effort fallback typings to $props() rune
  • fix: don't add generic type when snippet has no params
  • fix: pass children to zero types Svelte 5 (#​2212)
  • fix: add possibility to pass in version to svelte2tsx to differentiate transpiler targets
  • fix: add implicit children prop in Svelte 5 mode (#​2211)
  • fix: hide deprecation warnings in generated code Svelte 5 (svelte#9586)
  • chore: bump deps (#​2214)
  • perf: faster checks for certain characters (#​2179)

v3.6.1

Compare Source

  • fix: support SvelteKit zero types with $props rune
  • fix: use Snippet type and ensure @render tag only uses snippet functions
  • fix: account for > in attribute strings (#​2204)
  • fix: handle contexts in each/await
  • fix: don't lowercase custom element attributes (#​2190)
  • fix: make root snippets available in instance script (#​2201)

v3.6.0

Compare Source

  • feat: add experimental compatibility for Svelte 5
  • fix: enhance numberOnlyAttributes list

v3.5.2

Compare Source

  • fix: only allow client files and project files to be root files (#​2146)
  • fix: output $$Props code differently to deal with unions better (#​2153)
  • fix: add fallback handler to auto-types (#​2156)

v3.5.1

Compare Source

  • fix: ignore style tag inside script tag (#​2104)
  • fix: ignore error about transition third argument (#​2139)

v3.5.0

Compare Source

  • feat: try load svelteHTML from svelte core (#​2117)
  • fix: svelte:document types
  • fix: generic const modifier (#​2118)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from MaySoMusician August 24, 2023 17:19
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.5.0 build(deps): update dependency svelte-check to ^3.5.1 Sep 2, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from f09a6a4 to 192a5bd Compare September 2, 2023 02:50
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.5.1 build(deps): update dependency svelte-check to ^3.5.2 Sep 23, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 192a5bd to b1654a8 Compare September 23, 2023 02:44
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.5.2 build(deps): update dependency svelte-check to ^3.6.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from b1654a8 to b80fa02 Compare November 14, 2023 20:45
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from b80fa02 to 9831143 Compare November 26, 2023 08:14
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.0 build(deps): update dependency svelte-check to ^3.6.1 Nov 26, 2023
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.1 build(deps): update dependency svelte-check to ^3.6.2 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 9831143 to 53954c9 Compare November 30, 2023 17:47
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 53954c9 to 64717b6 Compare January 15, 2024 23:41
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.2 build(deps): update dependency svelte-check to ^3.6.3 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 64717b6 to a09466c Compare February 12, 2024 02:58
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.3 build(deps): update dependency svelte-check to ^3.6.4 Feb 12, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from a09466c to 1689a82 Compare March 2, 2024 05:30
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.4 build(deps): update dependency svelte-check to ^3.6.5 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 1689a82 to 5558e9b Compare March 4, 2024 04:52
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.5 build(deps): update dependency svelte-check to ^3.6.6 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 5558e9b to 0cc0c9e Compare March 15, 2024 20:48
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.6 build(deps): update dependency svelte-check to ^3.6.7 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 0cc0c9e to 2e172d4 Compare March 22, 2024 23:37
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.7 build(deps): update dependency svelte-check to ^3.6.8 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 2e172d4 to 40d5c8b Compare April 5, 2024 05:37
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.8 build(deps): update dependency svelte-check to ^3.6.9 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 40d5c8b to eb58771 Compare April 28, 2024 14:37
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.6.9 build(deps): update dependency svelte-check to ^3.7.0 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from eb58771 to 2f4f939 Compare May 6, 2024 02:30
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.7.0 build(deps): update dependency svelte-check to ^3.7.1 May 6, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 2f4f939 to f15afee Compare June 2, 2024 14:19
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.7.1 build(deps): update dependency svelte-check to ^3.8.0 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from f15afee to 5c3c6c6 Compare June 21, 2024 02:40
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.8.0 build(deps): update dependency svelte-check to ^3.8.1 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 5c3c6c6 to dafb4e7 Compare June 28, 2024 02:05
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.8.1 build(deps): update dependency svelte-check to ^3.8.2 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from dafb4e7 to cebaf74 Compare June 30, 2024 14:35
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.8.2 build(deps): update dependency svelte-check to ^3.8.4 Jun 30, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from cebaf74 to 7b9c636 Compare August 3, 2024 02:46
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.8.4 build(deps): update dependency svelte-check to ^3.8.5 Aug 3, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 7b9c636 to 6ee19cd Compare August 25, 2024 17:47
@renovate renovate bot changed the title build(deps): update dependency svelte-check to ^3.8.5 build(deps): update dependency svelte-check to ^3.8.6 Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants